Reference for Wiring version 0027+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.

Name

LOW

Examples
boolean b = true;
if(b == true) {
  digitalWrite(48, HIGH);  // Turn ON the I/O board LED 
} else {
  digitalWrite(48, LOW); 
}
Description Reserved word representing the logical value 0 (OFF, 0 volts).
Syntax
LOW
Usage Application
Related HIGH
Updated on September 16, 2010 09:13:49pm PDT

Creative Commons License